The 0-based index of the rotated annotation within the current page of the displayed document. It is a value from 0 to GdViewer.GetAnnotationCount-1.





In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdViewer.AnnotationRotatedEventHandler Delegate

GdViewer.AnnotationRotatedEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")>
Public Delegate Sub GdViewer.AnnotationRotatedEventHandler( _
   ByVal AnnotationIdx As Integer _
) 
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]
public delegate void GdViewer.AnnotationRotatedEventHandler( 
   int AnnotationIdx
)
public delegate GdViewer.AnnotationRotatedEventHandler( 
    AnnotationIdx: Integer
);
GuidAttribute("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")
public delegate GdViewer.AnnotationRotatedEventHandler( 
   AnnotationIdx : int
)
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]
public: __gc __delegate void GdViewer.AnnotationRotatedEventHandler( 
   int AnnotationIdx
)
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]
public delegate void GdViewer.AnnotationRotatedEventHandler( 
   int AnnotationIdx
)

Parameters

AnnotationIdx
The 0-based index of the rotated annotation within the current page of the displayed document. It is a value from 0 to GdViewer.GetAnnotationCount-1.
See Also

Reference

GdViewer.AnnotationRotatedEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace